home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / shells / scsh-0.4 / scsh-0 / scsh-0.4.2 / scsh / ultrix / stdio_dep.h < prev    next >
Text File  |  1995-10-25  |  228b  |  14 lines

  1. /* Exports from stdio_dep.h. */
  2.  
  3. scheme_value char_ready_fdes(int fd);
  4.  
  5. scheme_value stream_char_readyp(FILE *f);
  6.  
  7. void setfileno(FILE *fs, int fd);
  8.  
  9. int fbufcount(FILE* fs);
  10.  
  11. int ibuf_empty(FILE *fs);
  12.  
  13. int obuf_full(FILE *fs);
  14.